home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / SOUND / MP3CONV.ZIP / !MP3Conv / docs / readme.ISO < prev   
Text File  |  1996-02-14  |  4KB  |  191 lines

  1. *************************************************************************
  2. ISO MPEG Audio Subgroup Software Simulation Group (1996)
  3. ISO 13818-3 MPEG-2 Audio Codec
  4.  
  5. $Id: readme.1st 1.7 1996/02/14 06:08:44 rowlands Exp $
  6.  
  7. $Log: readme.1st $
  8. Revision 1.7  1996/02/14 06:08:44  rowlands
  9. Distribution 07. Added much multichannel encoder and decoder
  10. functionality. Added complete layer 3 to low sampling rate.
  11.  
  12. Revision 1.5  1995/07/14 08:14:16  rowlands
  13. Added more audio channel configurations, fixed dynamic crosstalk
  14. bugs, and added two-channel low sampling frequency support.
  15.  
  16. Revision 1.4  1995/06/22  01:25:45  rowlands
  17. Distribution 04, with decoder dynamic crosstalk
  18.  
  19. Revision 1.3  1995/06/19  03:30:12  rowlands
  20. Distribution 03, with decoder mods and bug fixes
  21.  
  22. Revision 1.2  1995/06/16  11:12:43  rowlands
  23. Separated text documents
  24.  
  25. Revision 1.1  1995/06/16  10:58:27  rowlands
  26. Initial revision
  27.  
  28. *************************************************************************
  29.  
  30. MPEG-2 Audio Simulation Software Distribution 07
  31. ================================================
  32. $Date: 1996/02/14 06:08:44 $
  33.  
  34. This package contains source code for the MPEG-2 audio encoder and decoder
  35. under development by the MPEG/audio software simulation ad-hoc group. The
  36. package includes the multichannel and low sampling frequency extensions
  37. in MPEG-2 audio.
  38.  
  39. The following table indicates the operations supported by the multichannel
  40. software in this distribution. Changes since the previous distribution are
  41. marked with an asterisk (*).
  42.  
  43. There are no changes to the encoder in this revision. The decoder includes
  44. bug fixes to dynamic crosstalk, phantom center channel, and more audio
  45. channel configurations.
  46.  
  47. Feature                Encoder        Decoder
  48. -----------------------------------------------------------
  49. Sampling_frequency (kHz)    48        48
  50. Bit_rate (kb/s)            >=192        >=192
  51. Bitstream format        IS        IS
  52. Extension bitstream        Y        Y
  53. Layer                2        2
  54. Channel configuration        3/2,3/1*,3/0*,    3/2,3/1,3/0,
  55.                  2/1*,3+2*,2+2*  2/1,3+2,2+2
  56. LFE                Y*        Y*
  57. Multilingual            Y        Y
  58. Dematrix procedure        0,1,2,3        0,1,2,3
  59. TC allocation            0-7        0-7
  60. Dynamic crosstalk        Y        Y
  61. Prediction            N        Y*
  62. Phantom_center            Y*        Y
  63. Ancillary data            Y        Y
  64. File I/O            AIFF,raw    AIFF,raw
  65.  
  66. The following table indicates the operations supported by the low
  67. sampling frequency software in this distribution. The low sampling
  68. frequency software is new to this distribution of the package.
  69.  
  70. Feature                Encoder        Decoder
  71. -----------------------------------------------------------
  72. MPEG-                1,2        1,2
  73. Sampling_frequency (kHz)    16,22.05,24,    16,22.05,24,
  74.                  32,44.1,48     32,44.1,48
  75. Bit_rate (kb/s)            8-448        8-448
  76. Bitstream format        IS        IS
  77. Layer                1*,2,3*        1,2,3*
  78. Ancillary data            N        N
  79. File I/O            AIFF,raw    AIFF,raw
  80. Sampling rate conversion    N        N
  81.  
  82. The package consists of the following tree of files. The contents of the
  83. RCS and tables directories are not listed for brevity.
  84.  
  85. dist07/
  86.     doc/
  87.         RCS/
  88.         readme.1st
  89.         readme.dp.01.txt
  90.         readme.jmz.01.txt
  91.         readme.jmz.02.txt
  92.         readme.jmz.03.txt
  93.         readme.jmz.04.txt
  94.         readme.mc.01.txt
  95.         readme.rb.01.txt
  96.         readme.sn.01.txt
  97.         readme.sr.01.txt
  98.         readme.sr.02.txt
  99.  
  100.     lsf/
  101.         decoder/
  102.             INSTALL
  103.             Makefile.in
  104.             RCS/
  105.             common.c
  106.             common.h
  107.             configure
  108.             decode.c
  109.             decoder.h
  110.             huffman.c
  111.             huffman.h
  112.             ieeefloat.c
  113.             ieeefloat.h
  114.             makefile.linux
  115.             makefile.unix
  116.             musicout.c
  117.             portableio.c
  118.             portableio.h
  119.             tables/
  120.         encoder/
  121.             INSTALL
  122.             Makefile
  123.             Makefile.in
  124.             RCS/
  125.             common.c
  126.             common.h
  127.             configure
  128.             encode.c
  129.             encoder.h
  130.             formatBitstream.c
  131.             formatBitstream.h
  132.             huffman.c
  133.             huffman.h
  134.             ieeefloat.c
  135.             ieeefloat.h
  136.             l3bitstream-pvt.h
  137.             l3bitstream.c
  138.             l3bitstream.h
  139.             l3psy.c
  140.             l3psy.h
  141.             l3side.h
  142.             loop-pvt.h
  143.             loop.c
  144.             loop.h
  145.             makefile.unix
  146.             mdct.c
  147.             mdct.h
  148.             musicin.c
  149.             portableio.c
  150.             portableio.h
  151.             psy.c
  152.             reservoir.c
  153.             reservoir.h
  154.             subs.c
  155.             tables/
  156.             tonal.c
  157.  
  158.     mc/
  159.         decoder/
  160.             RCS/
  161.             common.c
  162.             common.h
  163.             decode.c
  164.             decoder.h
  165.             makefile
  166.             musicout.c
  167.             tables/
  168.  
  169.         encoder/
  170.             RCS/
  171.             common.c
  172.             common.h
  173.             dyn_cross.c
  174.             encode.c
  175.             encoder.h
  176.             lfe.c
  177.             lingual.c
  178.             makefile
  179.             musicin.c
  180.             predisto.c
  181.             psy.c
  182.             subs.c
  183.             tables/
  184.             tonal.c
  185.  
  186. The RCS subdirectories contain the current and previous revisions of the
  187. software as an aid to testing and debugging.
  188.  
  189. regards,
  190. Jon Rowlands
  191.